Merged
Conversation
nibalizer
approved these changes
Aug 4, 2025
Contributor
PR SummaryThis PR simplifies the LLM client initialization process by removing the legacy logic used to retrieve an API key from a dynamically constructed ValidMind API endpoint. Specifically, the changes include:
These modifications lead to a cleaner, more maintainable codebase by removing unnecessary complexity and avoiding potential issues with circular imports and dynamic URL handling. Test Suggestions
|
cachafla
approved these changes
Aug 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
We no longer need to publicly access the LLM proxy hosted in the ValidMind platform.
https://app.shortcut.com/validmind/story/11566/remove-genai-route
What and why?
How to test
What needs special review?
Dependencies, breaking changes, and deployment notes
Release notes
Checklist